Class RSSwitchImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.RSSwitchImpl
All Implemented Interfaces:
IPCObject, RSSwitch

public class RSSwitchImpl extends IPCObjectImpl implements RSSwitch
Information provided by the PKI file:

    \class RSSwitch
    
    \brief RSSwitch allows for manipulation of the Realtime and Simulation toggle switches.
    
    \example appWindow().getRSSwitch()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setVisible

      public void setVisible(boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides this widget from view.
          
          \param bVisible, true to show this widget, false to hide it.
          
              
      Specified by:
      setVisible in interface RSSwitch
      Parameters:
      bVisible - Takes in a parameter of bVisible
    • setWidgetVisible

      public void setWidgetVisible(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Shows or hides the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: RealtimeBtn, SimulationBtn.
          \param bVisible, true to show this child widget, false to hide it.
          
              
      Specified by:
      setWidgetVisible in interface RSSwitch
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible
    • setDisabled

      public void setDisabled(boolean bDisable)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to this widget.
          
          \param bDisabled, true to disable input events to this widget, false to enable input events.
          
              
      Specified by:
      setDisabled in interface RSSwitch
      Parameters:
      bDisable - Takes in a parameter of bDisable
    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bDisable)
      Information provided by the PKI file:
      
          \brief Enables or disables the specified child widget.
          
          \param widgetName, where widgetName can be one of the following: RealtimeBtn, SimulationBtn.
          \param bDisabled, true to disable input events to this child widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface RSSwitch
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bDisable - Takes in a parameter of bDisable
    • showRealtimeMode

      public void showRealtimeMode()
      Information provided by the PKI file:
      
          \brief Switches to Realtime mode.
          
              
      Specified by:
      showRealtimeMode in interface RSSwitch
    • showSimulationMode

      public void showSimulationMode()
      Information provided by the PKI file:
      
          \brief Switches to Simulation mode.
          
              
      Specified by:
      showSimulationMode in interface RSSwitch